Remove extraneous clear of 'is_html' flag.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Sep 2006 15:47:01 +0000 (15:47 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Sep 2006 15:47:01 +0000 (15:47 +0000)
gpsbabel/gpx.c

index 07f3ecdd61a2a464088c028794de6c865217d3b6..2434e003fee79c1925dc7cd2dd9054f0bfa12d20 100644 (file)
@@ -439,7 +439,6 @@ tag_gs_cache(const char **attrv)
 {
        const char **avp;
 
-       cache_descr_is_html = 0;
        for (avp = &attrv[0]; *avp; avp+=2) {
                if (strcmp(avp[0], "id") == 0) {
                                wpt_tmp->gc_data.id = atoi(avp[1]);